/* Minification failed. Returning unminified contents.
(2,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(11,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(12,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(13,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(15,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(16,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(18,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(19,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(20,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(22,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(23,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(24,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(25,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(26,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(27,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(29,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(30,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(31,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(33,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(34,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(116,28): run-time error CSS1039: Token not allowed after unary operator: '-color-nav-bg'
 */
:root {
    --top-height: 46.5px;
    /* base colors */
    --color-bg: #f3f3f3;
    --color-text: #333;
    --color-border: lightgray;
    /* theme colors  */
    --color-theme-bg: rebeccapurple;
    --color-theme-text: white;
    --color-theme-border: #4c2572;
    --color-theme-bg-hover: #823ec6;
    --color-theme-text-hover: var(--color-theme-text);
    --color-theme-border-hover: var(--color-theme-border);
    /* nav colors */
    --color-nav-bg: var(--color-theme-bg);
    --color-nav-text: var(--color-theme-text);
    --color-nav-border: var(--color-theme-border);
    --color-nav-bg-hover: var(--color-theme-bg-hover);
    --color-nav-text-hover: var(--color-theme-text-hover);
    --color-nav-border-hover: var(--color-theme-border-hover);
    /* panel-heading colors */
    --color-panel-heading-bg: var(--color-theme-bg);
    --color-panel-heading-text: var(--color-theme-text);
    --color-panel-heading-border: var(--color-theme-border);
    --color-panel-heading-bg-hover: var(--color-theme-bg-hover);
    --color-panel-heading-text-hover: var(--color-theme-text-hover);
    --color-panel-heading-border-hover: var(--color-theme-border-hover);
    /* panel-body colors */
    --color-panel-body-bg: white;
    --color-panel-body-text: var(--color-text);
    --color-panel-body-border: var(--color-theme-border);
    /* fonts */
    --font-primary: "Liberation Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    --font-decorational: var(--font-primary);
}

.required {
    color: #e31937;
    font-family: Verdana;
    margin: 0 5px;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #006ee5 !important;
}

html {
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#SiteMapPath1 a {
    color: #006ee5 !important;
}

/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.validation-message {
    padding-top: 0px;
    padding-bottom: 0px;
    color: #FF0000;
    font-size: large;
    height: 100%;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
    }

    .body-content {
        padding: 0;
    }
}

footer p {
    color: #747474;
    margin: 0;
    font-size: x-small;
}

footer a {
    color: #006ee5 !important;
}

.nav-tabs > li {
    float: none;
    display: inline-block;
    *display: inline; /* ie7 fix */
    zoom: 1; /* hasLayout ie7 trigger */
}

/* center tabs */
.nav-tabs, .nav-pills {
    text-align: center;
}

.navbar {
    background-color: var(--color-nav-bg);
}

.navbar-nav li a {
    color: #fff;
}

    .navbar-nav li a:hover {
        color: lightgrey;
    }


label {
    font-weight: 600;
}

.legend-as-label {
    font-size: 1rem;
    font-weight: 600;
    text-align: right;
    color: inherit;
    margin-bottom: 0.5rem;
    padding: 0;
    border: none;
    float: none;
    width: auto;
    display: inline-block;
}

@media(max-width: 768px) {
    label,
    .legend-as-label {
        text-align: left;
    }
}

@media(min-width: 768px) {
    label,
    .legend-as-label {
        text-align: right;
    }
}

.mGrid {
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
}

    .mGrid td {
        padding: 2px;
        border: solid 1px #c1c1c1;
        color: #717171;
    }

    .mGrid th {
        padding: 4px 2px;
        color: #fff;
        background: #428bca;
        border-left: solid 1px #525252;
        font-size: 0.9em;
    }

    .mGrid .alt {
        background: #fcfcfc;
    }

    .mGrid .pgr {
        background: #428bca;
    }

        .mGrid .pgr table {
            margin: 5px 0;
        }

        .mGrid .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
        }

        .mGrid .pgr a {
            color: #666;
            text-decoration: none;
        }

            .mGrid .pgr a:hover {
                color: #000;
                text-decoration: none;
            }

